home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Partner Applications.iso / SunLabs / tclTK / src / tk4.0 / tests / README < prev    next >
Encoding:
Text File  |  1995-01-10  |  1.2 KB  |  29 lines

  1. Tk Test Suite
  2. --------------
  3.  
  4. This directory contains a set of validation tests for Tk.
  5. Each of the files whose name ends in ".test" is intended to
  6. fully exercise one or a few Tk features.  The features
  7. tested by a given file are listed in the first line of the
  8. file.  The test suite is nowhere near complete yet.  Contributions
  9. of additional tests would be most welcome.
  10.  
  11. You can run the tests in two ways:
  12.     (a) type "make test" in the parent directory to this one; this
  13.         will run all of the tests.
  14.     (b) start up tktest in this directory, then "source" the test
  15.         file (for example, type "source pack.test").  To run all
  16.     of the tests, type "source all".
  17. In either case no output will be generated if all goes well, except
  18. for a listing of the tests.  If there are errors then additional
  19. messages will appear.
  20.  
  21. For more details on the testing environment, see the README
  22. file in the Tcl test directory.
  23.  
  24. You can also run a set of visual tests, which create various screens
  25. that you can verify visually for appropriate behavior.  The visual
  26. tests are available through the "visual" script:  if you invoke this
  27. script, it creates a main window with a bunch of menus.  Each menu
  28. runs a particular test.
  29.